/* CSS Document */
footer{width:100%; height: auto; padding-top:15px; padding-bottom: 15px;}
footer p{width:95%; text-align: center; line-height: 25px; color:#c8c8c8; font-size: 0.8rem;}

#nav_jx{width:100%; height:55px;}

#nav{width:100%; max-width: 640px; height: 55px; background: #FFF; position: fixed; bottom: 0px;
	z-index: 9999999999999999999999; box-shadow: -1px 1px 8px #989898;}
#nav .li{width:25%; height:100%; float: left; line-height: 20px;
	font-family: "微软雅黑"; color:#FFF; text-align: center;
	font-size: 0.8rem;}
#nav .li:nth-child(1){width:25%;border-left: 0px solid #FFF;}
#nav .li img{width:25px; height: 25px; padding-top: 5px; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.8;}
#nav .li a{width:100%; height: 100%; color:#666666; display:block;}

#nav .li.dq img{-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 0.8;}
#nav .li.dq a{color:#e82100;}
